alter table "Appointment" add column "IsEncounter" BOOLEAN;
UPDATE "Appointment" SET "IsEncounter" = true WHERE "QueueStatusId" = 5;